Skip to main content
Version: 24.08

Gets more assets from a list of IDs

Gets more assets from a list of IDs

Request Body array required
  • string
Responses

The assets with assetsIds from the provided list


Schema
  • message string
  • level string
  • result object
  • items object[]
  • createdAt date-time
  • createdBy string
  • modifiedAt date-time
  • modifiedBy string
  • isDeleted boolean
  • id string
  • properties object
  • property name* object
  • privateProperties object
  • property name* object
  • dataAddress object
  • properties object
  • property name* object
  • governanceStatus string
  • syncStatus string
POST /assets/list

Request

Base URL
https://dgk.cx.dev.dih-cloud.com
Body required
[
"string"
]
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/assets/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'